isCOBOL Evolve : SDK User's Guide : Compiler and Runtime : Getting Started : Download and install isCOBOL Evolve SDK
Download and install isCOBOL Evolve SDK
Windows
1. If you haven't already done so, Download and install the Java Development Kit (JDK) .
3. Sign in with your User ID and Password.
4. Click on the "Download Current Release" link.
5. Scroll down to the list of files for Windows x64 64-bit. Select isCOBOL_2026_R1_n_Windows.64.msi, where n is the build number.
Note - A setup for Windows 32-bit is available on demand. Contact Veryant if you need it.
6. Run the downloaded installer to install the files.
Note - If your Windows has the option "Run as Administrator", you should run the setup with that option, otherwise the setting of environment variables might silently fail. Environment variables setting is not necessary if you work from the isCOBOL Shell (explained later).
7. Select "isCOBOL Compiler and Runtime Environment" from the list of products when prompted.
8. Select your JDK when prompted
9. Follow the wizard procedure to the end. In the process you will be asked to provide the installation path ("C:\Veryant" by default) and license keys. You can skip license activation and perform it later, as explained in Activate the License.
Quiet mode
The isCOBOL SDK setup supports the msi quiet mode. Settings can be driven with a response file.
A response file is a text file with name-value pairs that represent installer variables.
A response file is generated automatically after an installation is finished. The generated response file is found in the .install4j directory of the isCOBOL SDK and is named response.varfile.
When an installer is executed, it checks whether a file with the same name and the .varfile extension can be found in the same directory and loads that file as the response file. For example, if an installer is named foo_setup.msi on Windows, the response file next to it has to be named foo_setup.varfile.
For more information about msi setups and their command line options, see Microsoft Standard Installer Command-Line Options.
 
Linux and Mac OSX
1. If you haven't already done so, Download and install the Java Development Kit (JDK) .
3. Sign in with your User ID and Password.
4. Click on the "Download Current Release" link.
5. Scroll down, and select the appropriate .tar.gz file for the product and platform you require.
6. Extract all contents of the archive. For example,
on Linux 64 bit:
gunzip isCOBOL_2026_R1_*_Linux.64.x86_64.tar.gz
tar -xvf isCOBOL_2026_R1_*_Linux.64.x86_64.tar
on Mac OSX:
gunzip isCOBOL_2026_R1_*_MacOSX.64.x86_64.tar.gz
tar -xvf isCOBOL_2026_R1_*_MacOSX.64.x86_64.tar
7. Change to the "isCOBOL2026R1" folder and run "./setup", you will obtain the following output:
===============================================================================
 
                           isCOBOL EVOLVE Installation
                           For isCOBOL Release 2026R1
                        Copyright (c) 2005 - 2026 Veryant
 
===============================================================================
 
Install Components:
 
    [0] All products...................................... (no)
    [1] isCOBOL Compiler (includes [2] & [3])............. (yes)
    [2] isCOBOL Runtime (includes [3]).................... (no)
    [3] isCOBOL ThinClient................................ (no)
    [4] isCOBOL RemoteCompiler............................ (no)
    [5] isCOBOL EIS....................................... (no)
    [6] isCOBOL DatabaseBridge............................ (no)
    [7] isCOBOL Server.................................... (no)
    [8] isCOBOL LoadBalancer.............................. (no)
 
Install Path:
    [P] isCOBOL parent directory: UserHome/veryant
 
JDK Path:
    [J] JDK install directory: JavaHome
 
[S] Start Install        [Q] Quit
 
==============================================================================
Please press [ 1 2 3 4 5 6 7 8 P J S Q ] 
The following text depends on the current environment:
UserHome
current user home directory
JavaHome
current JDK/JRE directory detected by the setup script
8. (optional) Type "P", then press Enter to provide a custom installation path, if you don’t want to keep the default one.
9. Type "S", then press Enter to start the installation.
 
The setup script might not be available for your Unix platform or you might want to avoid it. In this case you can just extract the tgz in the destination folder. If you do in this way, then the following environment variables must be set in the system in order to compile, run and debug: ISCOBOL_JDK_ROOT (or ISCOBOL_JRE_ROOT), ISCOBOL, LD_LIBRARY_PATH and PATH.
ISCOBOL_JDK_ROOT
root directory of a Java JDK. I’ts required to compile, run and debug
ISCOBOL_JRE_ROOT
root directory of a Java JRE. Can be used instead of JDK if you don’t need to compile
ISCOBOL
root directory of isCOBOL. The directory where you extracted the tgz
LD_LIBRARY_PATH
the isCOBOL native/lib directory must be added here
PATH
The isCOBOL bin directory must be added here
For example, if you install isCOBOL in "/opt/isCOBOL" and your JDK is in "/opt/java/jdk1.8.0":
export ISCOBOL=/opt/isCOBOL
export ISCOBOL_JDK_ROOT=/opt/java/jdk1.8.0
export LD_LIBRARY_PATH=$ISCOBOL/native/lib
export PATH=$ISCOBOL/bin:$PATH
Other Unix
A dedicated setup is provided for Linux 64 bit and Mac OSX 64 bit.
If you need to install isCOBOL on another Unix platform, you can contact Veryant to verify if the desired porting is available on demand, or you can use the platform independent setup.
This setup includes only the cross platform items while it lacks native items. Contact Veryant if you need the porting of a native item to your Unix platform.
Instructions for the installation of the platform independent setup are provided below.
1. If you haven't already done so, Download and install the Java Development Kit (JDK) .
3. Sign in with your User ID and Password.
4. Click on the "Download Current Release" link.
5. Scroll down to the "Platform Independent" section and select isCOBOL_2026_R1_n_noarch.tar.gz, where n is the build number.
6. Extract all contents of the archive:
gunzip isCOBOL_2026_R1_*_noarch.tar.gz
tar -xvf isCOBOL_2026_R1_*_noarch.tar
Distribution Files
For information on a specific distribution file, please see the README file installed with the product.